From dd0aab11cc5441df4ab3c902240085f881d9d1f1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 Aug 2006 15:49:41 +0000 Subject: [PATCH] Fix docs for gtk_table_set_row/col_spacing. (#348728) 2006-08-15 Matthias Clasen * gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing. (#348728) --- docs/reference/ChangeLog | 3 +++ docs/reference/gtk/tmpl/gtktable.sgml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f8cd9e6ce5..6d9e17ca82 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2006-08-15 Matthias Clasen + * gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing. + (#348728) + * gtk/running.sgml: Document new GTK_DEBUG values. (#350023, Mart Raudsepp) diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml index 13e5df0302..d41dc87614 100644 --- a/docs/reference/gtk/tmpl/gtktable.sgml +++ b/docs/reference/gtk/tmpl/gtktable.sgml @@ -226,7 +226,7 @@ As there are many options associated with gtk_table_attach(), this convenience f -Changes the space between a given table row and its surrounding rows. +Changes the space between a given table row and the subsequent row. @table: a #GtkTable containing the row whose properties you wish to change. @@ -236,7 +236,8 @@ Changes the space between a given table row and its surrounding rows. -Alters the amount of space between a given table column and the adjacent columns. +Alters the amount of space between a given table column and the following +column. @table: a #GtkTable. -- 2.30.2